facebook twitter hatena line email

Php/zend framework/zend cache/redis

提供: 初心者エンジニアの簡易メモ
移動: 案内検索

ダウンロード

https://github.com/linqia/Zend_Cache_Backend_Redis

配置

cp Zend_Cache_Backend_Redis/Zend/Cache/Backend/Redis.php library/Zend/Cache/Backend/Redis.php

Cache部分修正

$this->_cache = Zend_Cache::factory(
    'Core',
    'Redis',
    $frontendOptions,
    $backendOptions
);